home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modle3b.dir / 00016_Script_16 < prev    next >
Text File  |  1994-11-28  |  237b  |  13 lines

  1. on enterframe
  2.   global pnt,lcl,rcl,ucl,dcl
  3.   
  4.   
  5.   set the cursor of sprite 2 to rcl
  6.   set the cursor of sprite 3 to lcl
  7.   set the cursor of sprite 4 to ucl
  8.   set the cursor of sprite 23 to pnt
  9.   updateStage
  10. end enterframe
  11.  
  12.  
  13.